Current repositories

RelationVowelSpeed RsdkRevenueAnalysis

How To GIT

Daily work routine

Setup see below

Changes to code

Basic idea: github contains master version

  1. use git-bash (app installed locally, opens shell)
  2. always begin with pulling code from git web repository
  3. work on file
  4. when done update local file(s)
  5. upload to git web repository

View changes

  1. go to https://github.com/, sign in
  2. go to repository
  3. click on comment added when submitting

One time effort to set up

Set up github account (on github repository on the web)

  1. go to https://github.com/
  2. enter mail address, "sign up for github"
  3. follow form:
  4. verify account
  5. submit launch code
  6. complete:

Install github client (on local machine)

  1. download git for windows from https://git-scm.com/downloads
  2. install with following selections:
  3. open git bash
  4. type git: installation was successful if a list of commands is shown
  5. in windows explorer, create c:\work\GIT
  6. in git bash, browse to c:/work/GIT using linux commands (slash instead of backslash!!):

Get repository (from github on the web)

  1. open git bash
  2. type git clone 'linkToRepository'

Share repository, invite collaborator

  1. go to https://github.com/, sign in
  2. open settings
  3. collaborateurs
  4. manage access - add people, invite
  5. invitee receives mail and needs to accept invite